home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbinst13
/
vbwait.frm
< prev
next >
Wrap
Text File
|
1995-12-05
|
901b
|
35 lines
VERSION 2.00
Begin Form wait
BorderStyle = 1 'Fixed Single
ClientHeight = 0
ClientLeft = 2655
ClientTop = 2715
ClientWidth = 4335
ControlBox = 0 'False
Height = 405
Icon = 0
Left = 2595
LinkMode = 1 'Source
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 0
ScaleMode = 3 'Pixel
ScaleWidth = 289
Top = 2370
Width = 4455
End
Sub Form_Load ()
' Center on the screen
'
Move (Screen.Width - Width) \ 2, (Screen.Height - Height) \ 2
'Show Wait form
Screen.MousePointer = 11
Wait.caption = "Install Program Now Loading.....Wait..."
Wait.Show
install.Show
Screen.MousePointer = 0
End Sub